home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gcc / ixemlsrc.lha / ixemul / configure.in < prev    next >
Text File  |  1996-03-13  |  346b  |  10 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. dnl
  3. AC_INIT(libsrc/crt0.c)
  4.  
  5. AC_PROG_INSTALL
  6. AC_PROG_CC
  7. AC_PROG_RANLIB
  8.  
  9. AC_OUTPUT(Makefile general/Makefile library/Makefile libsrc/Makefile static/Makefile stdio/Makefile stdlib/Makefile string/Makefile ixnet/Makefile stack/Makefile glue/Makefile ixglue/Makefile utils/Makefile)
  10.